A PostScript-based LATEX

Mario Wolczko
Dept. of Computer Science
The University
Manchester M13 9PL
U.K.
mario@ux.cs.man.ac.uk, mcvax!ukc!man.cs.ux!mario

September 1989

PS-LATEX is a modified version of LATEX. Rather than use the Computer Modern family of fonts (CM) developed by Donald Knuth, PS-LATEX tries to use PostScript1 fonts wherever possible. This has a number of advantages:

However, there are also drawbacks:

Having enumerated all the drawbacks, it's worth saying that most of them are not likely to affect the casual user of PS-LATEX(except perhaps the last). However, sophisticated users should bear in mind the limitations. A detailed list of extensions and restrictions to LATEX can be found in Sections [*] and [*].

In use, PS-LATEX should behave just as LATEX does (except for the restrictions documented below). No modifications should be required to LATEX documents; PS-LATEX is not a style or style option; it replaces the standard LATEX ``format'' file (lplain.fmt) with another, called pslplain.fmt. This can be invoked explicitly by VIRTEX, so:

     $ virtex
     This is TeX 2.0 (no format preloaded)
     **&pslplain \input file
     (file.tex
     PostScript-based LaTeX, Version 0.99
     ...
Alternatively, your LATEX system administrator may choose to make a ``preloaded'' version of PS-LATEX, perhaps called pslatex. This can be used in the same way as LATEX:
     $ pslatex file
     This is TeX 2.0 (preloaded format=pslplain 88.4.31)
     (file.tex
     PostScript-based LaTeX, Version 0.99
     ...
Installation instructions can be found in Section [*].